Lucene search
+L
LinuxLinux Kernel

14606 matches found

CVE
CVE
added 2024/08/17 9:22 a.m.107 views

CVE-2024-43852

CVE-2024-43852 refers to a Linux kernel hwmon LTC2991 off-by-one bug in which LTC2991_T_INT_CH_NR is 4 and st->temp_en[] has 4 elements. The vulnerability occurs when channel equals LTC2991_T_INT_CH_NR, reading beyond the end of the array. The fix, described in the description, is to reorder t...

7.8CVSS6.4AI score0.00202EPSS
Save
CVE
CVE
added 2024/08/26 10:10 a.m.107 views

CVE-2024-43891

CVE-2024-43891 affects the Linux kernel tracing subsystem. The issue arises in eventfs dynamic event handling where the format file’s i_private pointed directly to the call entry, bypassing the file meta data, allowing a race with EVENT_FILE_FL_FREED. As a result, after the file is freed, reads/o...

4.7CVSS7AI score0.00225EPSS
Save
CVE
CVE
added 2024/09/04 6:56 p.m.107 views

CVE-2024-44967

CVE-2024-44967 affects the Linux kernel in the DRM mgag200 path. The issue arises from binding the lifetime of the I2C adapter to the DRM device: cleanup via devm_add_action_or_reset() releases the I2C adapter when the Linux device goes away, but the connector retains a stale pointer in struct dr...

7.8CVSS7.4AI score0.00218EPSS
Save
CVE
CVE
added 2024/09/18 6:32 a.m.107 views

CVE-2024-46718

CVE-2024-46718 affects the Linux kernel DRM/xe identity VRAM mapping. The issue is overmapping the identity VRAM mapping, which could trigger hardware bugs on certain platforms. The fix uses 2M pages for the last unaligned (to 1G) VRAM chunk, with v2/v3 updates tightening page usage and checks (2...

5.5CVSS6.8AI score0.00179EPSS
Save
CVE
CVE
added 2024/09/18 7:12 a.m.107 views

CVE-2024-46752

CVE-2024-46752 - Mode C (detailed, verified): The vulnerability is in the Linux kernel’s btrfs code path; specifically, update_ref_for_cow() previously used BUG_ON() and now returns an error, logs an error, and aborts the transaction when an extent buffer in the relocation tree lacks the full bac...

5.5CVSS6.9AI score0.00246EPSS
Save
CVE
CVE
added 2024/11/09 10:14 a.m.107 views

CVE-2024-50214

Technical details for CVE-2024-50214 are not public in the provided documents. Monitor for updates.

5.5CVSS5.3AI score0.00203EPSS
Save
CVE
CVE
added 2024/11/09 10:14 a.m.107 views

CVE-2024-50227

The CVE-2024-50227 entry concerns the Linux kernel Thunderbolt code, where KASAN reported a stack-out-of-bounds read in tb_retimer_scan(). The issue arises from a loop that increments a counter causing max to become 3 instead of 2, allowing the second loop to read past a stack array. The fix is t...

7.1CVSS6.7AI score0.00223EPSS
Save
CVE
CVE
added 2025/01/11 12:29 p.m.107 views

CVE-2024-55641

Technical details for CVE-2024-55641 (Linux kernel XFS inode unlock on error in xfs_trans_alloc_dir) are not present in the provided connected documents. Monitor for updates; the initial description notes the issue and patch, but no vendor/product/version specifics are provided here.

5.5CVSS6.6AI score0.0017EPSS
Save
CVE
CVE
added 2024/12/27 2:23 p.m.107 views

CVE-2024-56561

Technical details about CVE-2024-56561 are not provided in the connected documents. The initial description contains the kernel fix details but no public-facing specifics (affected products, versions, impact, or remediation) beyond that. Monitor for updates.

7.8CVSS6.6AI score0.00217EPSS
Save
CVE
CVE
added 2024/12/29 8:48 a.m.107 views

CVE-2024-56714

Technical details for CVE-2024-56714 are not publicly available in the provided documents. No explicit affected products, root cause, or remediation are listed here. Monitor for updates.

5.5CVSS6.4AI score0.00176EPSS
Save
CVE
CVE
added 2025/02/27 2:7 a.m.107 views

CVE-2024-57990

CVE-2024-57990 refers to a Linux kernel vulnerability in the wireless stack, specifically the MT7925 driver within the MT76/mt7925 code path. The root cause is an off-by-one error in the mt7925_load_clc() path that allowed an out-of-bounds read/write due to a comparison that used ‘>’ where ‘&g...

7.8CVSS6.6AI score0.00234EPSS
Save
CVE
CVE
added 2025/04/01 3:41 p.m.107 views

CVE-2025-21930

CVE-2025-21930 affects the Linux kernel wireless subsystem (iwlwifi/mvm). The vulnerability arises when the driver talks to firmware that may be dead; before sending a command it now checks that the firmware is alive, preventing commands on an unresponsive firmware. Impact: local attacker could c...

5.5CVSS7.2AI score0.00187EPSS
Save
CVE
CVE
added 2025/04/16 10:23 a.m.107 views

CVE-2025-22023

CVE-2025-22023 concerns the Linux kernel USB xHCI driver. The issue arises from not skipping missed isochronous TDs when handling Stopped/Stopped-Length-Invalid events, causing the ring to potentially stall and the affected TDs to be cancelled incorrectly. A patch (commit d56b0b2ab142) introduced...

7.8CVSS6.5AI score0.00185EPSS
Save
CVE
CVE
added 2025/04/16 2:12 p.m.107 views

CVE-2025-22047

Technical details for CVE-2025-22047 are not publicly provided in the supplied Connected documents. The materials reference the vulnerability fix in x86/ microcode AMD code but do not specify affected kernel versions, root cause analysis, exploit status, or remediation specifics. Monitor vendor a...

7.8CVSS6.5AI score0.002EPSS
Save
CVE
CVE
added 2025/04/16 2:12 p.m.107 views

CVE-2025-22101

CVE-2025-22101 affects the Linux kernel net:libwx path, where a bug set the Tx L4 checksum flag for non-TCP/UDP/SCTP offloads, causing the TX ring to hang. The fix switches to software checksumming for these packets to avoid the hang. No exploitation details are provided in the documents. Remedia...

5.5CVSS6.5AI score0.00186EPSS
Save
CVE
CVE
added 2025/05/01 12:55 p.m.107 views

CVE-2025-23143

CVE-2025-23143 is a Linux kernel issue where unloading a module (e.g., CIFS/NFS) can race with a TCP socket still alive, leading to a NULL pointer dereference in lockdep when hlock_class() is called after the module is gone. The root cause is that CIFS assigns a different lock class to the socket...

5.5CVSS6.2AI score0.00201EPSS
Save
CVE
CVE
added 2025/05/01 1:7 p.m.107 views

CVE-2025-37761

CVE-2025-37761 affects the Linux kernel drm/xe TLB invalidation path. Root cause: an out-of-bounds shift when invalidating a TLB range larger than rounddown_pow_of_two(ULONG_MAX); fix uses a full TLB invalidation for such cases and updates the range size limit calculation. CVSSv3.1 vector: AV:L/A...

7.1CVSS6.5AI score0.00193EPSS
Save
CVE
CVE
added 2025/05/08 6:26 a.m.107 views

CVE-2025-37813

Technical details for CVE-2025-37813 are not publicly provided in the supplied documents. The connected advisories reference this CVE but do not disclose affected products, root cause, or fixes. Monitor vendor advisories for specifics.

7.8CVSS6.7AI score0.00174EPSS
Save
CVE
CVE
added 2025/05/08 6:26 a.m.107 views

CVE-2025-37828

CVE-2025-37828 affects the Linux kernel in the SCSI/UFS MCQ path. A race between MCQ completion and the abort handler can lead to dereferencing a NULL hwq pointer after __blk_mq_free_request() sets rq->mq_hctx to NULL. The fix adds a NULL check on the returned hwq in ufshcd_mcq_abort(); if hwq...

5.5CVSS5.2AI score0.00164EPSS
Save
CVE
CVE
added 2025/05/20 3:21 p.m.107 views

CVE-2025-37900

CVE-2025-37900: In the Linux kernel, two issues in iommu_copy_struct_from_user() were fixed in the current header; review noted NULL pointer handling in iommu_copy_struct_to_user() and a related typo. Connected advisories/entries confirm this CVE is included among kernel fixes across distribution...

5.5CVSS6.5AI score0.00164EPSS
Save
CVE
CVE
added 2025/05/20 3:58 p.m.107 views

CVE-2025-37945

CVE-2025-37945 — Linux kernel (net/phy, DSA) Affects MDIO bus PM ops for phylink-controlled PHYs. In drivers without MAC-managed PM, mdio_bus_phy_suspend() did not call phy_stop_machine() because phylink’s phydev->adjust_link is NULL, so the PHY state machine kept running. Consequently, mdio_b...

5.5CVSS6.9AI score0.00165EPSS
Save
CVE
CVE
added 2025/05/20 5:9 p.m.107 views

CVE-2025-37984

CVE-2025-37984 involves a Linux kernel crypto/ecdsa issue where DIV_ROUND_UP() could overflow with large ->key_size() values. The fix introduces a generic DIV_ROUND_UP_POW2() macro and applies it to ->key_size() return values, and also uses the macro in ecc_digits_from_bytes() where nbytes ...

7CVSS6.8AI score0.00155EPSS
Save
CVE
CVE
added 2025/05/29 1:15 p.m.107 views

CVE-2025-37993

CVE-2025-37993 refers to a Linux kernel issue where the m_can_classdev.tx_handling_spinlock was not initialized during device probe, causing a spinlock bad magic crash (notably when cansend is used). The problem is resolved by initializing the spin lock in m_can_class_allocate_dev. Affected conte...

5.5CVSS6.5AI score0.00152EPSS
Save
CVE
CVE
added 2025/06/28 7:44 a.m.107 views

CVE-2025-38084

CVE-2025-38084 affects the Linux kernel mm/hugetlb subsystem. Description: unshare of hugetlb page tables during VMA split occurs too early (before VMA/rmap locks), enabling racing page faults and rmap walks to share page tables before split. The fix: call hugetlb unshare logic from __split_vma()...

7.8CVSS6.5AI score0.00163EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.107 views

CVE-2025-38226

CVE-2025-38226 targets the Linux kernel, specifically the media/v4l2-tpg path used by vivid. The issue is a KASAN-detected vmalloc-out-of-bounds access in tpg_fill_plane_pattern and tpg_fill_plane_buffer (v4l2-tpg-core.c:2608 and 2705), causing a write of size 1440 to a kernel address during vivi...

7.8CVSS6.4AI score0.00161EPSS
Save
CVE
CVE
added 2025/07/10 7:41 a.m.107 views

CVE-2025-38279

CVE-2025-38279: Linux kernel bpf verifier backtracking bug in __mark_chain_precision (verifier) when handling precise registers; a test demonstrating a r10-related path and a patch that stops including stack ptr in precision backtracking was provided. Affected component: Linux kernel BPF verifier...

7.8CVSS6.3AI score0.00167EPSS
Save
CVE
CVE
added 2025/07/25 3:27 p.m.107 views

CVE-2025-38464

CVE-2025-38464 affects the Linux kernel Tipc subsystem. The issue is a use-after-free in tipc_conn_close() that can occur when tipc_topsrv_stop() iterates tipc_net(net)->topsrv->conn_idr and calls tipc_conn_close() for each tipc_conn after releasing the IDR lock. If tipc_conn_recv_work() is...

7.8CVSS6.4AI score0.00169EPSS
Save
CVE
CVE
added 2021/05/18 11:36 a.m.106 views

CVE-2002-2438

CVE-2002-2438 describes a TCP/IP flaw where Linux TCP stack could bypass firewalls by receiving SYN packets that include additional flags (e.g., SYN+RST). The vulnerability arises because such packets were not consistently discarded by some stacks after firewalling, allowing a potential connectio...

7.5CVSS7.4AI score0.03742EPSS
Save
CVE
CVE
added 2004/09/01 4:0 a.m.106 views

CVE-2003-0985

CVE-2003-0985 affects Linux kernel 2.4.x (pre-2.4.21, possibly before 2.4.24). The do_mremap path lacks proper bounds checking, enabling local users to cause a denial of service and potentially gain privileges by remapping a VMA to a zero-length VMA. Connected data confirms CVE-2005-0528 is a dup...

7.2CVSS6.1AI score0.01233EPSS
Save
CVE
CVE
added 2005/03/13 5:0 a.m.106 views

CVE-2005-0736

CVE-2005-0736 entry is rejected/not used and does not represent an active vulnerability.

2.1CVSS6AI score0.02088EPSS
Save
CVE
CVE
added 2008/09/27 12:0 a.m.106 views

CVE-2008-3528

The CVE-2008-3528 entry concerns a DoS in the Linux kernel 2.6.26.5 lineages (fs/ext2/dir.c, fs/ext3/dir.c, and possibly fs/ext4/dir.c) where there is no limit on printk console messages reporting directory corruption. This enables physically proximate attackers to cause a temporary system hang b...

2.1CVSS5.5AI score0.00525EPSS
Save
CVE
CVE
added 2008/11/05 2:51 p.m.106 views

CVE-2008-4933

CVE-2008-4933: Buffer overflow in hfsplus_find_cat (fs/hfsplus/catalog.c) of the Linux kernel prior to 2.6.28-rc1. An invalid catalog namelength field in an hfsplus filesystem image can cause memory corruption and potentially a denial of service (memory corruption or system crash). Root cause cit...

7.8CVSS5.4AI score0.02904EPSS
Save
CVE
CVE
added 2009/08/18 8:41 p.m.106 views

CVE-2009-2849

CVE-2009-2849 affects the Linux kernel md driver (drivers/md/md.c) prior to version 2.6.30.2. The issue allows local attackers to trigger a NULL pointer dereference in suspend_lo_store and suspend_hi_store via writable sysfs suspend_* attributes, potentially causing a denial of service. The vulne...

4.7CVSS6.3AI score0.00473EPSS
SaveWeb
CVE
CVE
added 2009/10/13 10:0 a.m.106 views

CVE-2009-2908

CVE-2009-2908 affects the Linux kernel 2.6.31: the d_delete function in fs/ecryptfs/inode.c can lead to a negative dentry and a NULL pointer dereference. Local users can cause a kernel OOPS and potentially execute arbitrary code; exploitation demonstrated via a Mutt temporary directory in an eCry...

4.9CVSS7.2AI score0.01243EPSS
SaveIn wild
CVE
CVE
added 2009/09/22 10:0 a.m.106 views

CVE-2009-3286

CVE-2009-3286 affects the Linux kernel 2.6.18 (and possibly other versions) where NFSv4 O_EXCL creates are not properly cleaned up, causing files to be created with insecure settings (e.g., setuid bits) and potentially enabling local privilege escalation. The issue is tied to the do_open_permissi...

4.6CVSS6.9AI score0.00468EPSS
Save
CVE
CVE
added 2009/12/13 1:0 a.m.106 views

CVE-2009-4131

The CVE refers to EXT4_IOC_MOVE_EXT (move extents) in the Linux kernel’s ext4 filesystem, where the ioctl allows local users to overwrite arbitrary files due to insufficient permission checks. Affected: ext4 subsystem on kernel versions prior to 2.6.32-git6. Impact: local privilege-related overwr...

7.2CVSS6.5AI score0.00788EPSS
Save
CVE
CVE
added 2010/01/19 4:0 p.m.106 views

CVE-2010-0007

CVE-2010-0007 affects the Linux kernel’s ebtables in netfilter, where netfilter/ebtables.c allows local users to modify rules without CAP_NET_ADMIN, bypassing access restrictions and enabling arbitrary network-traffic filtering via a modified ebtables user-space tool. Vulnerable: kernel before 2....

2.1CVSS6.6AI score0.00403EPSS
Save
CVE
CVE
added 2010/11/30 9:19 p.m.106 views

CVE-2010-4248

The CVE-2010-4248 issue affects the Linux kernel prior to 2.6.37-rc2. It is a race condition in the __exit_signal function (kernel/exit.c) that can be triggered by multithreaded exec paths, with related dynamics involving a thread group leader in kernel/posix-cpu-timers.c and the reassignment of ...

4.9CVSS5.5AI score0.00321EPSS
Save
CVE
CVE
added 2012/06/13 10:0 a.m.106 views

CVE-2011-2494

The CVE-2011-2494 issue affects the Linux kernel (taskstats.c) up to version before 3.1. Local users can obtain sensitive I/O statistics by sending taskstats commands to a netlink socket, with the description noting this could reveal password length information. The vulnerability’s root cause is ...

2.1CVSS6.6AI score0.00354EPSS
Save
CVE
CVE
added 2013/03/14 8:0 p.m.106 views

CVE-2012-6545

The CVE-2012-6545 issue affects the Linux kernel Bluetooth RFCOMM implementation. The connected MiracleLinux advisory documents this vulnerability as: before version 3.6, RFCOMM does not properly initialize certain structures, allowing a local attacker to obtain sensitive information from kernel ...

1.9CVSS5.4AI score0.00368EPSS
Save
CVE
CVE
added 2013/03/14 8:0 p.m.106 views

CVE-2012-6547

CVE-2012-6547 is the Linux kernel issue where __tun_chr_ioctl in drivers/net/tun.c may leave a structure uninitialized, enabling local users to read kernel stack memory. It is described as affecting Linux kernels prior to 3.6; MiracleLinux advisories list this CVE among others in kernel packages ...

1.9CVSS6.1AI score0.00399EPSS
Save
CVE
CVE
added 2013/02/18 2:0 a.m.106 views

CVE-2013-0160

CVE-2013-0160 affects the Linux kernel up to version 3.7.9. It enables local attackers to obtain sensitive keystroke timing information by abusing the inotify API on the /dev/ptmx device. The impact is described as partial confidentiality loss; no guidance on exploit details or mitigation is prov...

2.1CVSS5.6AI score0.00732EPSS
Save
CVE
CVE
added 2013/03/22 10:0 a.m.106 views

CVE-2013-1860

CVE-2013-1860 is a heap-based buffer overflow in the Linux kernel’s wdm_in_callback (drivers/usb/class/cdc-wdm.c) present in versions prior to 3.8.4. The vulnerability allows physically proximate attackers to crash the system or potentially execute arbitrary code through a crafted cdc-wdm USB dev...

6.9CVSS6.6AI score0.0082EPSS
Save
CVE
CVE
added 2014/02/28 2:0 a.m.106 views

CVE-2014-1690

The vulnerability CVE-2014-1690 affects the Linux kernel’s net/netfilter/nf_nat_irc.c before 3.12.8. An IRC DCC session with incorrect NAT mangle data can allow a remote attacker to read kernel memory. Impact is information disclosure; exploitation context is remote over the network. The fixed ve...

2.6CVSS6.7AI score0.03849EPSS
Save
CVE
CVE
added 2015/01/02 9:0 p.m.106 views

CVE-2014-9428

CVE-2014-9428 affects the Linux kernel’s B.A.T.M.A.N. fragmentation code (batadv_frag_merge_packets in net/batman-adv/fragmentation.c) up to version 3.18.1, where an incorrect length field in a memory calculation can be exploited by remote attackers to cause a denial of service (mesh-node system ...

7.8CVSS5.2AI score0.05361EPSS
Save
CVE
CVE
added 2015/08/31 8:0 p.m.106 views

CVE-2015-6526

CVE-2015-6526 affects the Linux kernel on ppc64 where perf_callchain_user_64 can enter an infinite loop due to a deep 64-bit userspace backtrace. The evidence points to Linux kernel versions before 4.0.2 (fixed in 4.0.2) and local DoS via a crafted backtrace. Affected component: arch/powerpc/perf...

4.9CVSS5.4AI score0.00393EPSS
Save
CVE
CVE
added 2016/12/08 9:0 p.m.106 views

CVE-2015-8967

From connected documents: CVE-2015-8967 affects the Linux kernel's arch/arm64/kernel/sys.c prior to version 4.0. Local users with write access can bypass the kernel’s strict page permissions and modify the system-call table to gain privileges, implying local privilege escalation. A patch/commit a...

9.3CVSS8AI score0.00833EPSS
Save
CVE
CVE
added 2016/07/11 1:0 a.m.106 views

CVE-2016-2067

CVE-2016-2067 affects the Linux kernel MSM GPU driver: drivers/gpu/msm/kgsl.c in the MSM graphics driver (QuIC Android contributions) for kernel 3.x. The root cause is mishandling of the KGSL_MEMFLAGS_GPUREADONLY flag, which can create accidental read/write mappings. This enables a local attacker...

9.3CVSS7.4AI score0.00679EPSS
Save
CVE
CVE
added 2016/05/02 10:0 a.m.106 views

CVE-2016-2854

CVE-2016-2854 concerns the AUFS module in the Linux kernel (versions 3.x/4.x), which does not properly maintain POSIX ACL xattr data. This can allow a local attacker to gain privileges by exploiting a group-writable setgid directory. The connected documents confirm the vulnerability and its local...

7.8CVSS7.3AI score0.0095EPSS
Save
CVE
CVE
added 2018/02/27 6:0 a.m.106 views

CVE-2017-18202

The CVE-2017-18202 issue affects the Linux kernel prior to 4.14.4, where __oom_reap_task_mm in mm/oom_kill.c mishandles gather operations. This can enable a local attacker to cause a denial of service via a TLB entry leak or use-after-free, potentially with other unspecified impacts by triggering...

7CVSS7AI score0.00378EPSS
Save
Total number of security vulnerabilities14606